Removes symbol-pattern1 from symbol-pattern2. If symbol-pattern1 is shorter than symbol-pattern2, then it is used as a pattern and repeated until symbol-pattern2 is completed. Use this when you want to remove a repeating pattern.
(symbol-remove-pattern '(a b c) '(abc abc abc abc abc))